home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / pcv06n03.zip / RENDIR.DOC < prev    next >
Text File  |  1993-06-05  |  656b  |  21 lines

  1. RENDIR.COM        March 1993        Dale Lewallen
  2. PC/Computing                     Jeff Prosise
  3. -------------------------------------------------------------
  4. Purpose:    Using RENDIR is very easy.  For example, to 
  5.         change a subdirectory name from SOURCE to 
  6.         PROGRAMS, type:
  7.  
  8.             RENDIR SOURCE PROGRAMS
  9.  
  10. Comments:    You may include drive and path designators with 
  11.         the subdirectory name:
  12.  
  13.             RENDIR C:\DATA\SOURCE PROGRAMS
  14.  
  15.         RENDIR requires DOS 3.0 or later.  It returns 
  16.         an error message if you omit one of the 
  17.         subdirectory names, if the name you specify is 
  18.         that of a file rather than a subdirectory, or if 
  19.         the specified subdirectory doesn't exist.
  20.  
  21.